The DatabaseFieldDefinitions Collection is a collection of database field definition objects. One object exists in the collection for every database field accessed by the report. Access a specific DatabaseFieldDefinition Object, in the collection by using the Item property.
Property | Description | Read/Write |
---|---|---|
Returns a reference to the Application Object, that this object is associated with. | ||
The number of DatabaseFieldDefinition Object, in the collection. | ||
Reference to the Parent object (DatabaseTable Object). | ||
Reference to Report Object. | ||
Returns DatabaseFieldDefinition Object. Item has an index parameter that can be either a string reference to the database field name or a numeric, 1 |
Instead of using the Item property as shown, you can reference a database directly (for example, DatabaseFieldDefinition("Product ID") or DatabaseFieldDefinition(1)).
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |